home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_distutils.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  659b  |  19 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. """Tests for distutils.
  5.  
  6. The tests for distutils are defined in the distutils.tests package;
  7. the test_suite() function there returns a test suite that's ready to
  8. be run.
  9. """
  10. import distutils.tests as distutils
  11. import test.test_support as test
  12.  
  13. def test_main():
  14.     test.test_support.run_unittest(distutils.tests.test_suite())
  15.  
  16. if __name__ == '__main__':
  17.     test_main()
  18.  
  19.